home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / GCC 1.37.1r15 / Machines / xm-genix.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-14  |  189 b   |  10 lines  |  [TEXT/MPS ]

  1. /* Config file for ns32k running system V.  */
  2.  
  3. #include "xm-ns32k.h"
  4.  
  5. #define USG
  6.  
  7. #define bcopy(a,b,c) memcpy (b,a,c)
  8. #define bzero(a,b) memset (a,0,b)
  9. #define bcmp(a,b,c) memcmp (a,b,c)
  10.